home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / a-g / fu / formulas / fo(u)rcefield.form < prev    next >
Encoding:
Text File  |  1995-12-21  |  246 b   |  31 lines

  1. Fo(u)rcefield
  2. {
  3.     {
  4.         mirrorxy
  5.         x1=-2.0
  6.         x2= 2.0
  7.         y1=-2.0
  8.         y2= 2.0
  9.         par1.r=0.5
  10.         par1.i=0.0
  11.         bailout=2.0
  12.     }
  13.     {
  14.         c=pixel
  15.         z=[2.0,0.0]
  16.     }
  17.     {
  18.         z=c/z
  19.         z=pixel*z
  20.         z=z*z
  21.         z=z+par1
  22.         w=abs(z)
  23.     }
  24.     {
  25.         w>bailout
  26.     }
  27.     {
  28.         par1 : Constante C
  29.     }
  30. }
  31.